Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / AddRange Method / AddRange(String[]) Method
A specified collection added into the collection.


In This Topic
    AddRange(String[]) Method
    In This Topic
    Adds text of the specified collection to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal texts() As String _
    ) 
    'Usage
     
    
    Dim instance As ListItemCollectionInfo
    Dim texts() As String
     
    instance.AddRange(texts)
    public void AddRange( 
       string[] texts
    )

    Parameters

    texts
    A specified collection added into the collection.
    See Also